Flash初哥

January 13, 2010

Flash 字符變小寫

Filed under: Flash技術文章,原創 — Tags: — KAV @ 1:53 am

“你的字符串”.toLowerCase()

注意不是 toLowerCase

Flash ASCII

Filed under: Flash技術文章,原創 — Tags: , — KAV @ 1:34 am

char -> ascii
var str:String = “A”;
trace(str.charCodeAt());

ascii -> char
trace(String.fromCharCode(65));

FLASH键盘键和键盘键控制值一览表(键盘按键对应代码表)

Filed under: Flash技術文章 — Tags: — KAV @ 1:30 am

A < --------> 65

B < --------> 66

C < --------> 67

D < --------> 68

E < --------> 69

(more…)

Powered by WordPress