在初始化函数中加入下面这句代码就OK了!

               System.useCodePage=true;

例如初始化函数为initApp()

public function initApp():void{

       System.useCodePage=true;

}

相关文章:

  • 2022-03-04
  • 2022-12-23
  • 2022-01-01
  • 2021-10-14
  • 2021-08-12
  • 2022-01-25
猜你喜欢
  • 2022-12-23
  • 2021-12-13
  • 2021-07-15
  • 2021-10-03
  • 2021-07-23
  • 2022-12-23
相关资源
相似解决方案