1 Star 0 Fork 0

136******38/SpringBootAndMybatisPlus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
prompt.html 490 Bytes
一键复制 编辑 原始数据 按行查看 历史
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<title>Prompt Test</title>
</head>
<script type="text/javascript">
function showPrompt(){
var t1 = document.from1.t1;
t1.value = prompt("请输入信息:");
}
</script>
<body>
<h2>Prompt Test</h2>
<form name="from1">
<input type="button" name="button1" value="点击Prompt按钮" onclick="showPrompt()"><br><br>
<input type="text" name="t1">
</form>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tian57657/spring-boot-and-mybatis-plus.git
git@gitee.com:tian57657/spring-boot-and-mybatis-plus.git
tian57657
spring-boot-and-mybatis-plus
SpringBootAndMybatisPlus
master

搜索帮助