public function download() { $strTable ='<table width="500" border="1">'; $strTable .= '<tr>'; $strTable .= '<td style="text-align:center;font-size:12 ...
分类:
其他好文 时间:
2017-11-01 12:12:58
阅读次数:
180
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>个人简历</title></head><body><table border="1"> <tr> <td>姓名:</td><td>刘阳</td><td>性别:</t ...
分类:
其他好文 时间:
2017-10-31 21:40:47
阅读次数:
129
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>个人简历</title></head><body><table border="1"> <tr> <td>姓名:</td><td>刘阳</td><td>性别:</t ...
分类:
其他好文 时间:
2017-10-31 21:36:22
阅读次数:
89
标签: header, footer, aside, article,nav a, img,input, button, label, span div, p table, caption, tr, th, td 相对路径/绝对路径 CSS选择器: 元素选择器 类选择器 学习网站:w3school ...
分类:
Web程序 时间:
2017-10-29 19:33:42
阅读次数:
141
nav, header, section, article, aside, footer { display: block; } body, p, pre, hr, ul, dl, dd, h1, h2, h3, h4, h5, h6 th, textarea, td, ol, menu, lege ...
分类:
其他好文 时间:
2017-10-27 15:40:09
阅读次数:
125
(单选题)HTML代码: <table> <tr><td>Value 1</td><td></td></tr> <tr><td>Value 2</td><td></td></tr> </table> jQuery代码: $("td:empty") 执行jQuery代码后的结果的( ) A)<td>V ...
分类:
其他好文 时间:
2017-10-26 16:58:06
阅读次数:
198
(单选题)HTML代码: <table> <tr><td>Value 1</td><td></td></tr> <tr><td>Value 2</td><td></td></tr> </table> jQuery代码: $("td:empty") 执行jQuery代码后的结果的( ) A)<td>V ...
分类:
其他好文 时间:
2017-10-26 16:55:08
阅读次数:
157
radio = dr.find_element_by_xpath('//*[@id="contentTable"]/tbody/tr[1]/td[1]/input') webdriver.execute_script("arguments[0].click();", radio) ...
分类:
其他好文 时间:
2017-10-26 10:21:23
阅读次数:
191
根据自己使用不断积累更新 一、JSTL 使用 c:forEach 累加变量值 使用举例如下: 最后一行tr的最后一个td是统计上面循环出来的medicine.amount的总和。 ...
分类:
Web程序 时间:
2017-10-26 10:21:01
阅读次数:
219
第二章代码 <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title></title> </head> <body> <table border="1px"width="50% "height="100px"> <tr> <td co ...
分类:
其他好文 时间:
2017-10-25 21:24:02
阅读次数:
128