|
@@ -108,6 +108,30 @@
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
-
|
|
|
|
|
|
|
+ <script type="text/javascript">
|
|
|
|
|
+
|
|
|
|
|
+ function printJoinUsInfo() {
|
|
|
|
|
+var joinUsHtml = `我不知道你来自哪里?亦不知道你将去何方?
|
|
|
|
|
+但当你打开这个页面之时,我知道,
|
|
|
|
|
+一定是代码的缘分将你我拉近!
|
|
|
|
|
+
|
|
|
|
|
+金鳞岂是池中物,一遇风云便化龙。
|
|
|
|
|
+少年!我看你骨骼惊奇,一定是敲代码的奇才!
|
|
|
|
|
+加入我们,加入JDC-前端开发部!你,必将改变亿万人民的生活!
|
|
|
|
|
+
|
|
|
|
|
+欢迎点击 http://jdc.jd.com , 或者关注公众号“全栈探索”来了解我们,
|
|
|
|
|
+还犹豫什么?快将简历投至: yfzhoutao@jd.com (请注明来自console)
|
|
|
|
|
+我们在这里等你哦!`
|
|
|
|
|
+ if (window.console && console.log && navigator.userAgent.toLowerCase().match(/chrome\/([\d.]+)/)) {
|
|
|
|
|
+ joinUsHtml = joinUsHtml.replace(/%c/g, '');
|
|
|
|
|
+ joinUsHtml = '%c' + joinUsHtml;
|
|
|
|
|
+ var weightSize = 'color: #e2231a; font-family: "Microsoft Yahei"';
|
|
|
|
|
+ console.log(joinUsHtml, weightSize);
|
|
|
|
|
+ //var normalSize = 'color: #666; font-family: "Microsoft Yahei"';
|
|
|
|
|
+ //console.log(joinUsHtml, normalSize, weightSize, normalSize, weightSize, normalSize, weightSize);
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+printJoinUsInfo();
|
|
|
|
|
+ </script>
|
|
|
</body>
|
|
</body>
|
|
|
</html>
|
|
</html>
|