javascript 將變數轉換為字串的3種方法如下:. value.toString(); "" + value; String(value). 當value為null或者undefined ...
確定! 回上一頁