发布时间:2014-09-04 16:14:20
这一句<%@ taglib prefix="s" uri="/struts-tags" %>就是从地址/struts-tags下面寻找标签库,可能有人会好奇这个地址在哪里呢?答案是它定义在Struts 2库文件struts2-core-2.0.11.jar里面的文件META-INF/struts-tags.tld里面,在这个文件的开头有这么一段代码:<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE taglib P.........【阅读全文】
发布时间:2014-09-02 17:45:26
yexj00.style.pixelLeft=50yexj00.style.left=50pxyexj00.style.posLeft=50he.style.pixelLeft=39he.style.left=10.2mmhe.style.posLeft=10.199999809265136d.style.pixelLeft=0d.style.left=d.style.posLeft=0 left 是字符串,是取html中left的值,如果没有就是空串。pixelLeft 是数值,是将left的值(如果.........【阅读全文】