我正在使用Javascript和NodeJs。
我的html中有两个删除按钮,它们应该从mongo数据库中删除条目。
如何将两个删除或更新操作分成数据库?是否可以为Rest API划分两个删除函数?
答案 0 :(得分:0)
您可以按照以下方式执行此操作:
RelativeLayout imgSection;
....
....
//On the save button click
imgSection.buildDrawingCache();
imgSection.getDrawingCache();//it will return combine image bitmap