摘要:
var observer = new MutationObserver(function(mutations) { mutations.forEach(function(mutationRecord) { console.log(mutationRecord); }); }); var target 阅读全文
摘要:
#!/bin/bash cd ./tools/patchinstall function handle_int() { kill $BCPID exit } trap handle_int INT ./startpatch-linux.sh & BCPID=$! cd /FIShare/gsclou 阅读全文