代码搜索:Script
找到约 10,000 项符合「Script」的源代码
代码结果 10,000
www.eeworm.com/read/167987/9942793
trapper
#!/bin/sh
trapper () {
echo "In trapper"
trap 'echo "Caught in a trap!"' 2
# Once set, this trap affects the entire script. Anytime
# ^C is entered, the script will ignore it.
}
whi
www.eeworm.com/read/167929/9947026
asp refresh.asp
function show(id) { window.open("send.asp?id="+id,"","width=395,height=210,resizable=0,top=200,left=300,toolbar=no, men
www.eeworm.com/read/166782/9997903
rc ntservapp.rc
#include
// Include the message table resource script
// generated by the message compiler (MC)
#include "NTServMsg.rc"