已采纳回答 / 谁动了我的小甜饼
<!DOCTYPE html><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>Math </title><script type="text/javascript"> document.write(Math.ceil(3.3)+"</br>") document.write(Math....
2020-02-21
最新回答 / HiramWong
document.write直接输出了 return才是回调 你这样写直接执行了document.write 而后面语句由于函数没有回填值所以就输出未定义
2020-02-18