我試圖達成某種元素的父: let t = e.target.parentNode ,但我有此錯誤:Property 'parentNode' does not exist on type 'EventTarget' 我已經嘗試過<Element>e.target.parentNode,但這也沒有給我任何結果。任何人都可以幫忙嗎?
class MyAppClass {
protected $_config = array();
protected $_template = '';
public function init(){
require_once('core_config.php'); // Inside is $_SC_config with an array of