LoadDll/加载dll/Properties/launchSettings.json

8 lines
114 B
JSON

{
"profiles": {
"加载dll": {
"commandName": "Project",
"commandLineArgs": "你好"
}
}
}