我已经制作了一个自定义时间选择器,但我已经在 html 页面中制作了它
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<script type="text/javascript">
//here goes my script
</script>
<title></title>
</head>
<body>
//here are my form and div's
</body>
</html>
现在我想在我的 asp.net 页面中使用它,我该怎么做?