VB 实例 显示日期和时间

vb 实例

显示日期和时间

<html>
<body>
     <h1>hello web pages</h1> 
     <p>the time is @datetime.now</p>
</body>
</html>

相关文章