PHP中的substr是以位元組來切割字串,如:$content = "這是bruse 的測試";echo substr($content,0,15)."";在UTF-8的 ...
blog.xuite.net