摘要: PS:感谢给予我面试/笔试机会的公司与人员,多谢! 收到一个在线笔试的邮件。 要求全程开启摄像头,使用chrome/ie11等。 火速网购摄像头,到货的当天下午即在线作答。 一开始用的chrome,答过第一题后,意外出现了,点击“下一题”按钮,黑屏。 慌乱中打电话给邀约笔试邮件中提供的电话,未果。 阅读全文
posted @ 2017-02-25 03:28 sx00xs 阅读(3168) 评论(0) 推荐(0) 编辑
摘要: 说明:代码取自网络,注释为笔者学习时添加! <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>简易网页时钟</title> <style> body,div{/*内外边距归零*/ margin:0; padding:0; } 阅读全文
posted @ 2017-02-25 03:07 sx00xs 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 说明:代码取自网络,注释为笔者学习时添加! <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title></title> <style> body,div,p,ul,li,input{ margin:0; padding:0; } ul 阅读全文
posted @ 2017-02-25 03:06 sx00xs 阅读(479) 评论(0) 推荐(0) 编辑
摘要: 说明:代码取自网络,注释为笔者学习时添加! <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>判断数字是否为两位数</title> <style> body{ font:12px/1.5 Arial;/*行高18px*/ te 阅读全文
posted @ 2017-02-25 03:03 sx00xs 阅读(484) 评论(0) 推荐(0) 编辑
摘要: 说明:代码取自网络,注释为笔者学习时添加! <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>用typeof查看数据类型</title> 阅读全文
posted @ 2017-02-25 02:54 sx00xs 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 说明:代码取自网络,注释为笔者学习时添加! <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>用parseInt解析数字,并求和</title> <style> body{ font:12px/1.5 arial;/*行高18 阅读全文
posted @ 2017-02-25 02:50 sx00xs 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 说明:代码取自网络,注释为笔者学习时添加! <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>复选框选择</title> <style> body,dl,dt,dd,p{ /*清除内外边距*/ margin:0; paddin 阅读全文
posted @ 2017-02-25 02:48 sx00xs 阅读(343) 评论(0) 推荐(0) 编辑