页面小知识点(5)
关键词:confirm、function入参、window.location.href
?
?
?
?
?
//删除操作函数,js函数入参无须指定参数类型function doDelete(folderId) {if(confirm("确认删除吗?删除后,数据将无法恢复!")){window.location.href="folder.cmd.FolderCommand.do?method=deleteByFolderId&folderId="+folderId;}}?
http://huangqiqing123.iteye.com/blog/1451002
?