JS调试:使用断点、alert()和console.log()进行调试程序
弹出框与控制台alert带有确定按钮的弹出框实例:alert(‘hello’);confirm带有确定和取消的弹出框实例:confirm(‘hello’);prom
2020-06-02