관리-도구
편집 파일: calculate.js
$(function(){ $('#inputImage').click(function(){ $('#file_hide').hide(); $('#asdf').show(); $('#img_block').show(); }); });