美文网首页
0906 - stdstring 转换 JSString 乱码

0906 - stdstring 转换 JSString 乱码

作者: 自由快挂 | 来源:发表于2017-09-06 16:01 被阅读3次

    Stop to have a rest, do not forget others still in the running.

        JS::RootedValue price(cx);
        const jschar *chars = (const jschar*)cocos2d::cc_utf8_to_utf16(p.price.c_str());
        price = JS::StringValue(JS_NewUCStringCopyZ(cx, chars));
    

    相关文章

      网友评论

          本文标题:0906 - stdstring 转换 JSString 乱码

          本文链接:https://www.haomeiwen.com/subject/epkvjxtx.html