import * as CryptoJS from 'crypto-js'; // or: import CryptoJS = require('crypto-js'); ... CryptoJS.MD5('data here'); CryptoJS.enc.
確定! 回上一頁