PHP基础
PHP教程
php框架
JavaScript
asp.net
AJAX
正则表达式
ASP
输入
banner图
图片脚本
导航/分类
获取当前点击按钮的id用this.id实现_javascript技巧
代码如下:
function getid(id) {
alert(id);
}