You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
343 B
10 lines
343 B
1 year ago
|
<?xml version="1.0" encoding="utf-8" ?>
|
||
|
<configuration>
|
||
|
<appSettings>
|
||
|
<!--这里key和valu是以键值对存储,可以使用key获得对应value的值-->
|
||
|
<add key="COMName" value="COM4"/>
|
||
|
<!--高拍仪图片旋转方向逆时针为例-->
|
||
|
<add key="xzds" value="90"/>
|
||
|
<add key="ysb" value="10"/>
|
||
|
</appSettings>
|
||
|
</configuration>
|