<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[JavaScript]]></title><description><![CDATA[JavaScript]]></description><link>https://www.actuaryunion.com/category/72</link><generator>RSS for Node</generator><lastBuildDate>Mon, 08 Jun 2026 11:42:21 GMT</lastBuildDate><atom:link href="https://www.actuaryunion.com/category/72.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 20 Nov 2021 14:43:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[如何在Web Office上自动化工作？试试TypeScript]]></title><description><![CDATA[同时，我们可以用TypeScript网站上的一个例子在Excel里面运行。
下面是一个简单的判断语句，如果Counter比100小，那么就给它加一输出

	const max = 100;
	let counter = 0;

	if (counter &lt; max) {
		counter++;
	}

	console.log(counter); // 1


运行！

]]></description><link>https://www.actuaryunion.com/topic/162/如何在web-office上自动化工作-试试typescript</link><guid isPermaLink="true">https://www.actuaryunion.com/topic/162/如何在web-office上自动化工作-试试typescript</guid><dc:creator><![CDATA[Mengkelyu]]></dc:creator><pubDate>Sat, 20 Nov 2021 14:43:38 GMT</pubDate></item></channel></rss>