js实现好看的图案  加勒比海盗_javascript 那些事儿

代码如下
</script>
<script type="text/javascript">
function refreshVerify(){
var ts = Date.parse(new Date())/1000;
$("#verify_img").attr("src","/captcha?id="+ts);//刷新验证码
}

console.log(`%c


%c FBI WARNING %c


%c Federal Law provides severe civil and criminal penalties for
the unauthorized reproduction,distribution, or exhibition of
copyrighted motion pictures (Title 17, United States Code,
Sections 501 and 508). The Federal Bureau of Investigation
investigates allegations of criminal copyright infringement
(Title 17, United States Code, Section 506).



`,
'background: #000; font-size: 18px; font-family: monospace',
'background: #f33; font-size: 18px; font-family: monospace; color: #eee; text-shadow:0 0 1px #fff',
'background: #000; font-size: 18px; font-family: monospace',
'background: #000; font-size: 18px; font-family: monospace; color: #ddd; text-shadow:0 0 2px #fff'
);

</script>