链接到我的笔:https://codepen.io/dev999/pen/pPdOGW链接到我的应用程序。我是初学者,这是我第一次使用库和基本的DOM操作。 我想为我的待办事项列表中的每个操作分配键盘快捷键。 有人可以帮我解决这个问题吗?谢谢!
我用过的东西:
链接到Mousetrap库:cdnjs.cloudflare.com/ajax/libs/mousetrap/1.6.1/mousetrap.js
链接到图书馆的解释:https://craig.is/killing/mice
//尝试将键盘//快捷键ctrl + q分配给动作//“addTodo()”。 //使用Mousetrap库
public static void main(String[] args) throws JAXBException, NoSuchFieldException, SecurityException, IllegalArgumentException, IllegalAccessException {
JAXBContext jaxbContext = JAXBContext.newInstance(ObjectFactory.class);
Unmarshaller unmarhsaller = jaxbContext.createUnmarshaller();
Root root = (Root) unmarhsaller.unmarshal(new File("pathToYourFile.xml"));
Listof_aaa listof_aa = root.getListof_aaa();
/* and in case of a list */
List<Listinside> listinside = root.getListinside();
for (List myList : listinside) {
// do your stuff
}
}
}