JavaScript视图源
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了JavaScript视图源相关的知识,希望对你有一定的参考价值。
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>javascript ViewSource</title> <script type='text/javascript'> function ViewSource() { window.location = "view-source:" + window.location.href } </script> </head> <body> <a href=javascript:ViewSource()>View Source you lazy</a> <script language="javascript"> $(document).ready(function() { $(".sexy").lettering(); }); </script> </body> </html>
以上是关于JavaScript视图源的主要内容,如果未能解决你的问题,请参考以下文章
JavaScript实现简单的双向数据绑定(EmberAngularVue)
JavaScript实现简单的双向数据绑定(EmberAngularVue)