我有
echo sometext
set /p s=
但它会输出以下内容:
sometext
*will read this line*
我希望它像这样在同一行:
sometext *will read the rest of the line*
但如何?
我有
echo sometext
set /p s=
但它会输出以下内容:
sometext
*will read this line*
我希望它像这样在同一行:
sometext *will read the rest of the line*
但如何?