最佳答案
谁能告诉我,如何与角一起使用jQuery ?
class MyComponent {
constructor() {
// how to query the DOM element from here?
}
}
我知道有一些变通办法,比如在前面操作DOM元素的类或id,但我希望有一种更干净的方式来做它。