小白妹妹写代码
- Hong Kong, China
- luohaojing[at]gmail.com
- https://sabrinaluo.github.io/tech
JavaScript是世界上第二好的语言😏
- Hong Kong, China
- luohaojing[at]gmail.com
- https://sabrinaluo.github.io/tech
-
如何延迟加载script(defer, async)
<script> 的下载和执行都会阻塞页面渲染,因此大多数情况下,我们都把 <script> 放在 <body> 的底部,渲染完前面的html内容之后才加载和执行JS。 然而有时由于某些限制,只把某些 <script> 放在 <head&...
-
HTML DOM Element - image
忘了是去年还是前年写了一个urbtix抢演唱会票的chrome小插件 https://github.com/sabrinaluo/urbtix-helper (每次都进不去网站,一次都没抢到😂),逻辑其实很简单,就是当用户设置了 event_id perfomence_id seat...