We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
`function original(){ $("#cutpic").attr("src",localStorage.getItem("cutpic")); }
$(document).ready(function(){ original();
var pic = document.getElementById("cutpic"); pic.loadOnce(function(){ var AIObj = AlloyImage(this);//初始化一个图层 var origin = AIObj.clone();//克隆一个初始化图层 var that = this; $(".emo1").click(function(){ origin.replace(that); }); $(".emo2").click(function(){ AIObj.undoView().replace(that); AIObj.view("灰度处理").replace(that); }); $(".emo3").click(function(){ AIObj.undoView().replace(that); AIObj.view("反色").replace(that); }); })
})`
请问是什么问题呢?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
`function original(){
$("#cutpic").attr("src",localStorage.getItem("cutpic"));
}
$(document).ready(function(){
original();
})`
请问是什么问题呢?
The text was updated successfully, but these errors were encountered: