最近在用myclipse10.0开发一个项目,但是他的语法检查器竟然报出了28个错误,真心难以理解,请各位大神帮帮忙,给小弟看看是怎么回事?
源代码:
1.<TD nowrap>
<span fckLang="DlgImgWidth">Width</span><br>
<input id="txtWidth" onkeypress="return IsDigit(event);" type="text" size="3">
</TD>
<TD>&nbsp;</TD>
<TD>
<span fckLang="DlgImgHeight">Height</span><br>
<input id="txtHeight" onkeypress="return IsDigit(event);" type="text" size="3">
</TD>
有23个都是这个问题
2.<script type="text/javascript">
function addPublishPrice(){
if($("#publishPriceItem>tr:last option").length <= $("#publishPriceItem>tr").length){
alert("发布价格的条目数量不能大于可供选择的产品数!");Description Resource Path Location Type
String literal is not properly closed by a matching quote return;
}jspeclipse10.0J2ee