顯示具有 資訊科技-其他電腦語言 標籤的文章。 顯示所有文章
顯示具有 資訊科技-其他電腦語言 標籤的文章。 顯示所有文章

2008年9月16日 星期二

編輯blogger發生的問題

1. The entity name must immediately follow the '&' in the entity reference.

2. The element type "img" must be terminated by the matching end-tag "".

都是由於的XHTML的問題......

解決方法如下:

1. 把 & 改成 &

2. 把<img xxxxxxxxx> 改成  <img xxxxxxxxx/> 即可

2008年2月29日 星期五

2007年12月24日 星期一

php及一般語言外部變數注意!!

"&a=123&b=456&s=789" 注意 注意!!

字尾一定還要加上一個& 避免髒東西隨附在後!!

即 "&a=123&b=456&s=789&"

這bug找好久 囧