问答详情
源自:1-5 JavaScript-认识语句和符号

alter(document.write

alter(“==”)和document.write("==")是一样的吗



提问者:qq_慕婉清0021612 2018-12-11 10:12

个回答

  • 宝慕林7433017
    2018-12-11 10:52:14

    不一样的

  • 龙腾灬无悔
    2018-12-11 10:47:16

    不是,alter(“==”)是弹出警告框,其中显示 ==,

    document.write("==")是在页面上写出  ==