摘要:
<html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><title>无标题文档</title></head><body><script language="JavaScript" type= 阅读全文
posted @ 2017-09-21 13:03
BOOTS
阅读(459)
评论(0)
推荐(0)
摘要:
出处 <!-- [test]表生成脚本 if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[test]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) drop tab 阅读全文
posted @ 2017-09-21 12:57
BOOTS
阅读(546)
评论(0)
推荐(0)
摘要:
首先,动态添加表格是要在前台实现的,当然后台也可以,不过可能要用到ajax,很麻烦,所以最好采用javascript来实现,下面来介绍动态添加表格行的两种方式:第一种:源码Javascript: ? 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 阅读全文
posted @ 2017-09-21 12:56
BOOTS
阅读(731)
评论(0)
推荐(0)