起风了

“路海长 青夜旷 越过群山追斜阳”

Javascript走动的时钟

自定义浏览器走动型时钟 <!DOCTYPE html> <html> <head>     <meta charset="utf-8">     <title>走动的时钟</title> </head> <body οnlοad="auto()">     <h3>当前时间为:</h3><br> &nbs...

javascript简单计算器

<!DOCTYPE html> <html> <head>     <meta charset="utf-8">     <title>小型javascript计算器</title> </head> <body>         <center><h3>简单计算器</h3></center>...

使用smarty方式展示前台首页新闻分类

使用smarty展示前台分页类和列表(循环语句读出),模板校正如下: <!DOCTYPE html> <html> <head>     <meta charset="utf-8">     <title>新闻首页</title> </head> <body>     <table align='center'...

自定义一个模板引擎

1.新建一个简单的模板demo.html          <html>                     <head>                   ...

oop之图形计算机应用举例

1.<!--主程序index.php--> <html>     <head>         <title>图形计算器</title>         <meta http-equiv="content-type" content="text/html;charset=utf-8">     </...

第一个HTML程序

<html> <head> <title>第一个form表单</title> </head> <body> <table border="1" width="500" align ="center"> <caption><h1>表单的全部应用</h1></caption> <form action="htmlget.php" enctype="multipart/form-data" ta...