javascript 的換行字元是\n,但是在PHP 中直接輸入字串"Hello, world \n" alert() 的結果是會直接顯示Hello, world \n,而不是換行效果
確定! 回上一頁