2000字范文,分享全网优秀范文,学习好帮手!
2000字范文 > js如何在警告框中写入 – CSS – 前端 css设置粗细字体大小

js如何在警告框中写入 – CSS – 前端 css设置粗细字体大小

时间:2023-03-15 04:56:36

相关推荐

js如何在警告框中写入 – CSS – 前端 css设置粗细字体大小

<html>

<head>

<script type="text/javascript">

function display_alert()

{

alert("I am an alert box!!")

}

</script>

</head>

<body>

<input type="button" onclick="display_alert()"

value="Display alert box" />

</body>

</html>

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。