目前分類:Javascript (3)
- Mar 30 Wed 2016 00:57
JavaScript 複習筆記 -新觀念
- Jun 26 Fri 2015 04:30
Javascript 運算子 === (identity operator) vs == (equality operator)
識別運算子:===、!==
- Apr 27 Mon 2015 01:49
JScript – Convert Image To Base64
Yesterday I was updating an HTA (HTML Application) and needed to figure out how to convert an image into a base64 code that could be used in a stylesheet. I needed this to be able to embed an image in the source code instead of referencing an actual image. For this reason I wrote the following function (with the help of this post):