当prompt不输入内容时不是返回null吗?
为什么我这在输入框里什么都没填直接点确定,弹出的是空白,点击取消却提示null
2016-03-17
参考MDN:https://developer.mozilla.org/en-US/docs/Web/API/Window/prompt
When the user clicks the OK button, text entered in the input field is returned. If the user clicks OK without entering any text, an empty string is returned. If the user clicks the Cancel button, this function returns null.
举报