xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 13.69M
    文件類型: .7z
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2023-06-20
  • 語(yǔ)言: 其他
  • 標(biāo)簽: 其他??

資源簡(jiǎn)介

14359376Xshell_Plus_v6_Final_永久授權(quán)補(bǔ)全簡(jiǎn)體中文綠色版.7z

資源截圖

代碼片段和文件信息

def?Main():
xsh.Session.Open(“C:\\...\\NetSarang\\Xshell\\Sessions\\New?Session.xsh“)
xsh.Screen.Synchronous?=?True #True?or?False
xsh.Session.Sleep(1000)

#***?WaitForString?***
xsh.Screen.WaitForString(“aaa“) #?input?“aaa“?in?Terminal

#***?Send?***
xsh.Screen.Send(“cat?/etc/passwd“)
xsh.Screen.Send(‘\r‘)
xsh.Session.Sleep(1000)

#***?Get?Clear?***
ScreenRow?=?xsh.Screen.CurrentRow?-?1
ReadLine?=?xsh.Screen.Get(ScreenRow?1?ScreenRow?40)
Items?=?ReadLine.split(‘:‘);
xsh.Dialog.MsgBox(Items[2])
xsh.Screen.Clear()

#***?Property?***
xsh.Screen.Synchronous?=?False
MsgProp?=?“Col:“?+?str(xsh.Screen.CurrentColumn)?+?“?“
MsgProp?=?MsgProp?+?“Row:“?+?str(xsh.Screen.CurrentRow)?+?“?“
MsgProp?=?MsgProp?+?“TermCol:“?+?str(xsh.Screen.Columns)?+?“?“
MsgProp?=?MsgProp?+?“TermRow:“?+?str(xsh.Screen.Rows)?
xsh.Dialog.MsgBox(MsgProp)

評(píng)論

共有 條評(píng)論