试图复制以下设计但不能.将不胜感激任何帮助.
我尝试过的代码如下所示,但该行会覆盖文本.
<View>
<View style={{ alignSelf:'center', borderBottomColor:'black', borderBottomWidth:1,height:'50%', width:'90%' }}/>
<Text style={{ alignSelf:'center', paddingHorizontal:5 }}>Your class</Text>
</View>
Run Code Online (Sandbox Code Playgroud) 我已经构建了ac#代码,它基本上需要四个参数a1 a2 a3 a4.我正在尝试创建一个批处理文件,以便用户可以输入他的参数和代码给出特定的输出.我不知道如何将这些参数发送到批处理文件.我尝试创建exe但它似乎不起作用.