NoteOnMe博客平台搭建
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
186 B

3 years ago
  1. function append_img(img_url){
  2. window.parent.document.getElementById('img').src=img_url;
  3. //var str='![avatar]('+img_url+')';
  4. //$('#input').append(str);
  5. }