如何显示汉字.
........include("gb2utf8.inc");
$font = "arial.ttf";
$str1 = gb2utf8("计 数 器");
ImageTTFText($im, 20, 0, 10, 20, $text_color, $font, $str1);
........
以上的程序段我在IE浏览器上为什么就不能显示汉字呢?
帮忙看看吧.


2006-01-22 17:43
2006-01-23 20:33

2006-03-11 23:55