You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
967 B
26 lines
967 B
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Soul的记事本</title>
|
|
<meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport">
|
|
<link rel="stylesheet" href="http://soul2.cn/example/style/globals.css">
|
|
<link rel="stylesheet" href="./checkQuality-pc.css">
|
|
<link rel="stylesheet" href="./checkQuality-move.css">
|
|
<script src="http://soul2.cn/example/style/mv-bg.js"></script>
|
|
<script src="http://soul2.cn/example/style/footer.js"></script>
|
|
<script src="./checkQuality.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="page">
|
|
<input type="text" placeholder="输入数字以判断是否为质数" oninput="handleInputChange()" />
|
|
<div id="check-result">未输入内容</div>
|
|
<div class="outlink">
|
|
<span>
|
|
关联资料:
|
|
</span><br>
|
|
<a href="https://zh.wikipedia.org/wiki/%E8%B4%A8%E6%95%B0">wiki - 质数的定义</a>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|