scope ="module" 是指定作用域。類似setup_* 與teardown_*,這裡的 scope 支持function、class、module、session 四種,默認情況下的scope 是function。
確定! 回上一頁