02 2013 档案

摘要:JSON doesn't require you to do that, it allows you to do that. It also allows you to use "\u0061" for "A", but it's not required. Allowing \/ helps when embedding JSON in a <script> tag, which doesn't... 阅读全文
posted @ 2013-02-28 17:10 紫红的泪 阅读(11071) 评论(0) 推荐(0)
摘要:Unity3D中C#实现协程需要注意一下几点: # An iterator member's signature cannot contain any out or ref parameters. # An iterator cannot contain a return statement . # An iterator may not contain any unsafe ... 阅读全文
posted @ 2013-02-07 20:53 紫红的泪 阅读(501) 评论(0) 推荐(0)