Skip to content

Instantly share code, notes, and snippets.

@Relsoul
Relsoul / Blank snippet - 1.yaml
Last active November 29, 2018 02:00
与Script Lab共享
name: Blank snippet - 1
description: ''
author: Relsoul
host: EXCEL
api_set: {}
script:
content: |
$("#getNumberRange").click(() => tryCatch(getNumberRange));
$("#getPrice").click(() => tryCatch(getPrice));
$("#getTotal").click(() => tryCatch(getTotal));