115
116
117
118
119
120
121
122
123
124
125
126
127
128
|
<details>
<summary>
补充
</summary>
<pre><code>● void Debug.PreSetTarget(Card c, Card target)
把 target 选为 c 的永续对象</code></pre>
</details>
<p>可参考 NH-04 。</p>
<script>
document.onclick = function(event) {
var target = event.target
|
>
>
>
>
>
>
|
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
|
<details>
<summary>
补充
</summary>
<pre><code>● void Debug.PreSetTarget(Card c, Card target)
把 target 选为 c 的永续对象</code></pre>
</details>
<details>
<summary>
警告
</summary>
<p>必须在布局完成之后再使用。</p>
</details>
<p>可参考 NH-04 。</p>
<script>
document.onclick = function(event) {
var target = event.target
|