2008年9月27日 ... Javascript - 數值轉字串. 方法一: String constructor function var e = 123; e = String( e); 方法二: toString ...
blog.gilbert.tw