2022年8月19日
摘要: using UnityEngine; using UnityEngine.UI; public class FontTest : MonoBehaviour { void Start() { Test(); } void Test() { string str = GetComponent<Text 阅读全文
posted @ 2022-08-19 00:50 Jukka 阅读(823) 评论(0) 推荐(0)
  2018年7月19日
摘要: git help git init //初始化当前目录为一个 git repository git clone http:xxx.xxx //clone网上的库,并将 该url的库设为远程库,且作为本地库的origin库 git clone http:xxx.xxx myxxx //clone网上的 阅读全文
posted @ 2018-07-19 01:11 Jukka 阅读(106) 评论(0) 推荐(0)