if (this.name!='FullWnd')
{
window.open(location.href,'FullWnd','fullscreen,scrollbars=no')
this.parent.opener=null
this.parent.close()
}
</script>
autojs标题栏字体颜色可以改变。根据查询相关显示。1、在autojs标题栏,点击右键,属性,外观。
2、选则“高级”里面有对上述对象颜色,大小,字体的设置。
用正则吧,假如你需要的内容是第一段以 “-”结尾(具体经哪个字符结尾你可以自己定义),你可以使用这个正则:
"内容,一个-二个_三个 四个!五个".replace(/-.*/gi,"")