! cocos2d sprintf的问题

    char dong[100];
    sprintf(dong,"%s","dongshen");
    CCLOG(dong);

以上正确

    char dong[100];
    sprintf(dong,"%s","dongshen");
    CCLOG(dong);

以下错误。

posted @ 2015-11-26 22:39  yufenghou  阅读(213)  评论(0编辑  收藏  举报