求解C语言入门问题!!!!!
usingSystem.Collections;usingSystem.Collections.Generic;usingUnityEngine;publicclassN...
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class NewBehaviourScript : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
print("hello,world/n");
:
:
}
// Update is called once per frame
void Update()
{
} }
提示应输入一个} 求解到底哪里错了(用的是visual studio) 展开
using System.Collections.Generic;
using UnityEngine;
public class NewBehaviourScript : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
print("hello,world/n");
:
:
}
// Update is called once per frame
void Update()
{
} }
提示应输入一个} 求解到底哪里错了(用的是visual studio) 展开
3个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询