不用alert,用console.log() 複製程式碼 程式碼如下: <br /> function showLog(message){ <br /> console.log(message); <br /> } <br /> function test(name){ <br /> showLog(name); <br /> } <br /> test("hello"); <br /> 以上算是一個個人心得,這裡分享給大家,小夥伴們試試看。