简单吐司 描述 非常简单的网页吐司 用法 import SimpleToast from 'js-simple-toast' // show toast SimpleToast.show('hello world'); // show toast and set the duration to 500 SimpleToast.show('hello world', 500); // set the zIndex of container to 2000 SimpleToast.setZIndex(2000);