![]() |
#2
bjboy2006-01-23 20:33
|
include("gb2utf8.inc");
$font = "arial.ttf";
$str1 = gb2utf8("计 数 器");
ImageTTFText($im, 20, 0, 10, 20, $text_color, $font, $str1);
........
以上的程序段我在IE浏览器上为什么就不能显示汉字呢?
帮忙看看吧.

