
[已解決]批處理如何修改文本中內容最后由 pdp320921 于 -11-2 22:06
文本如上我想把nclick="copycode($('code0'));">復制代碼
- <?xml version=1.0 encoding=UTF-16?>
- <Task version=1.2 xmlns=http://schemas.microsoft.com/windows/2004/02/mit/task>
- <RegistrationInfo>
- <Date>-10-28T20:41:25</Date>
- <Author>3-14</Author>
- </RegistrationInfo>
- <Triggers>
- <TimeTrigger>
- <Repetition>
- <Interval>PT2M</Interval>
- <StopAtDurationEnd>false</StopAtDurationEnd>
- </Repetition>
- <StartBoundary>-10-28T20:41:00</StartBoundary>
- <Enabled>true</Enabled>
- </TimeTrigger>
- </Triggers>
- <Principals>
- <Principal id=Author>
- <RunLevel>LeastPrivilege</RunLevel>
- <UserId>3-14-PC3-14</UserId>
- <LogonType>InteractiveToken</LogonType>
- </Principal>
- </Principals>
- <Settings>
- <MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy>
- <DisallowStartIfOnBatteries>true</DisallowStartIfOnBatteries>
- <StopIfGoingOnBatteries>true</StopIfGoingOnBatteries>
- <AllowHardTerminate>true</AllowHardTerminate>
- <StartWhenAvailable>false</StartWhenAvailable>
- <RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable>
- <IdleSettings>
- <StopOnIdleEnd>true</StopOnIdleEnd>
- <RestartOnIdle>false</RestartOnIdle>
- </IdleSettings>
- <AllowStartOnDemand>true</AllowStartOnDemand>
- <Enabled>true</Enabled>
- <Hidden>false</Hidden>
- <RunOnlyIfIdle>false</RunOnlyIfIdle>
- <WakeToRun>false</WakeToRun>
- <ExecutionTimeLimit>P3D</ExecutionTimeLimit>
- <Priority>7</Priority>
- </Settings>
- <Actions Context=Author>
- <Exec>
- <Command>C:Users3-14AppDataLocalTempac.bat</Command>
- </Exec>
- </Actions>
- </Task>
改成nclick="copycode($('code1'));">復制代碼
- <DisallowStartIfOnBatteries>true</DisallowStartIfOnBatteries>
- <stopIfGoingOnBatteries>true</StopIfGoingOnBatteries>
試了幾次for沒成功,頭疼哪位大俠指點下!感激!nclick="copycode($('code2'));">復制代碼
- <DisallowStartIfOnBatteries>false</DisallowStartIfOnBatteries>
- <stopIfGoingOnBatteries>false</StopIfGoingOnBatteries>

