input框type=file转化图片为Base64 😲
html
<input onchange="handleChangeInputFile" type="file" accept="image/*"> |
Javascript
function handleChangeInputFile(e) { |
<input onchange="handleChangeInputFile" type="file" accept="image/*"> |
function handleChangeInputFile(e) { |