1.警告对话框 alert('massage');
2.确认对话框 confirm('massage');
有确认与取消两种选项
返回bool值
3.输入框 prompt('massage' , 'inputValue');
返回输入的值
1.警告对话框 alert('massage');
2.确认对话框 confirm('massage');
有确认与取消两种选项
返回bool值
3.输入框 prompt('massage' , 'inputValue');
返回输入的值