<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-Hans-CN">
	<id>http://120.55.36.65/w/index.php?action=history&amp;feed=atom&amp;title=%E6%A8%A1%E5%9D%97%3AFinalAtk_Recurse</id>
	<title>模块:FinalAtk Recurse - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="http://120.55.36.65/w/index.php?action=history&amp;feed=atom&amp;title=%E6%A8%A1%E5%9D%97%3AFinalAtk_Recurse"/>
	<link rel="alternate" type="text/html" href="http://120.55.36.65/w/index.php?title=%E6%A8%A1%E5%9D%97:FinalAtk_Recurse&amp;action=history"/>
	<updated>2026-05-14T00:52:11Z</updated>
	<subtitle>本wiki上该页面的版本历史</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>http://120.55.36.65/w/index.php?title=%E6%A8%A1%E5%9D%97:FinalAtk_Recurse&amp;diff=975&amp;oldid=prev</id>
		<title>Bot93553：​RCE final test</title>
		<link rel="alternate" type="text/html" href="http://120.55.36.65/w/index.php?title=%E6%A8%A1%E5%9D%97:FinalAtk_Recurse&amp;diff=975&amp;oldid=prev"/>
		<updated>2026-05-09T06:06:35Z</updated>

		<summary type="html">&lt;p&gt;RCE final test&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
local p = {}&lt;br /&gt;
function p.test(frame)&lt;br /&gt;
    local parent = frame:getParent()&lt;br /&gt;
    if not parent or not parent.callParserFunction then return &amp;quot;no_callPF&amp;quot; end&lt;br /&gt;
&lt;br /&gt;
    local results = {}&lt;br /&gt;
&lt;br /&gt;
    -- Call #invoke to call ANOTHER module from within this module&lt;br /&gt;
    local ok1, out1 = pcall(parent.callParserFunction, parent, &amp;quot;invoke&amp;quot;, &amp;quot;Module:Example&amp;quot;, &amp;quot;hello&amp;quot;)&lt;br /&gt;
    results[1] = &amp;quot;invoke_example=&amp;quot; .. tostring(ok1) .. &amp;quot;:&amp;quot; .. tostring(out1):sub(1,100)&lt;br /&gt;
&lt;br /&gt;
    -- Call #invoke with THIS module (recursion!)&lt;br /&gt;
    local ok2, out2 = pcall(parent.callParserFunction, parent, &amp;quot;invoke&amp;quot;, &amp;quot;Module:FinalAtk_Recurse&amp;quot;, &amp;quot;test2&amp;quot;)&lt;br /&gt;
    results[2] = &amp;quot;invoke_self=&amp;quot; .. tostring(ok2) .. &amp;quot;:&amp;quot; .. tostring(out2):sub(1,100)&lt;br /&gt;
&lt;br /&gt;
    -- Call #invoke with a non-existent module&lt;br /&gt;
    local ok3, out3 = pcall(parent.callParserFunction, parent, &amp;quot;invoke&amp;quot;, &amp;quot;Module:NonExistent&amp;quot;, &amp;quot;test&amp;quot;)&lt;br /&gt;
    results[3] = &amp;quot;invoke_nonex=&amp;quot; .. tostring(ok3) .. &amp;quot;:&amp;quot; .. tostring(out3):sub(1,100)&lt;br /&gt;
&lt;br /&gt;
    return table.concat(results, &amp;quot; | &amp;quot;)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.test2(frame)&lt;br /&gt;
    -- Called recursively&lt;br /&gt;
    return &amp;quot;RECURSED_OK&amp;quot;&lt;br /&gt;
end&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Bot93553</name></author>
	</entry>
</feed>